home *** CD-ROM | disk | FTP | other *** search
- FM Music Toolkit version 1.1
-
- CONTENTS
- * Adlib/SB FM programming toolkit.
- * Background music player.
- * A .rol to .scr converter. (for the background player)
- * Example musical TSR.
- * Example music for the example musical TSR.
-
- Changes from version 1.0:
- Fixed bug which caused the .scr files to be incompatible between versions
- of the code compiled with word alignment on or off. Still, to be safe one
- should use a rol2scr.exe compiled with the same compiler and compiler options
- as used to compile the player.
-
- Notes:
-
- Full BC++ 3.0 source code is included. (Not the compiler's source.)
-
- The player does not support volume changes or pitch bending.
-
- The percusion is not quite right. Fool around with the frequencies in
- the FMSetPercussiveMode function and let me know if you come up with
- anything better.
-
- .scr files contain their instrument data. Unlike .rol's, they can be
- played without a bank file present.
-
- FMplay.c and adlib.c should be compiled with stack checking off if
- compiling with BC++ 3.0. Other compilers might be more intelligent.
-
- This code is public domain.
-
- ... and while I've got your attention, if anyone has some 16 color sprite
- libraries they wanna lay on me, that'd be great.
-
- Other than that, read the header files and the example code and I'm
- sure you'll get along fine.
-
-
- Ezra Dreisbach. July 26, 1993
- ed10+@andrew.cmu.edu for at least a little while anyway.
-
-